POV-Ray : Newsgroups : povray.binaries.images : My first in a long time - Sloncho-wip-1.jpg : Re: My first in a long time - Sloncho-wip-1.jpg Server Time
3 Oct 2024 08:19:53 EDT (-0400)
  Re: My first in a long time - Sloncho-wip-1.jpg  
From: Jerome
Date: 24 Feb 2000 12:26:13
Message: <38B569B4.C1695ADA@iname.com>
Peter Popov wrote:
> 
> Here's an in-progress render of a scene I'm working on. There's still
> a lot to be done but I felt like sharing it anyway. Please let me know
> what you think.
> 
> The elephant was modelled in the Rhino eval. The flame is a highly
> modified Howard Day one. The walls have a weird normal and that's
> about all there's to this image.
> 
	Very nice, I like it a lot

> Right now the walls are a rounded box with a normal. I'd greatly
> appreciate it if someone could help me make an isosurface version of
> that.
> 
	Try something like that:
#declare Normal = function { pigment { granite } }
#declare Depth = 1 ;
isosurface {
  function { (Normal-0.5)*Depth-x }
  bounded_by { box { -<Depth, 1, 100>, <Depth, 10, 100> } }
}

	For a piece of wall with the outside normal in the x
direction

		Jerome
-- 

* Doctor Jekyll had something * mailto:ber### [at] inamecom
* to Hyde...                  * http://www.enst.fr/~jberger
*******************************


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.